Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement more C23 changes #535

Merged
merged 9 commits into from
Nov 8, 2023
Merged

Implement more C23 changes #535

merged 9 commits into from
Nov 8, 2023

Conversation

Vexu
Copy link
Owner

@Vexu Vexu commented Nov 6, 2023

No description provided.

const opt = "deprecated-non-prototype";
};
pub const passing_args_to_kr = struct {
const msg = "passing arguments to without a prototype is deprecated in all versions of C and is not supported in C2x";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a small typo in the error message - s/to without/to a function without/

Copy link
Owner Author

@Vexu Vexu Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like I copied Clang's bugs too. Never mind it was my fault for removing the function name from the error. Thanks, fixed.

@ehaas ehaas mentioned this pull request Nov 6, 2023
@Vexu Vexu merged commit d753563 into master Nov 8, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants